crypto/sha512.digest.nx (field)
12 uses
crypto/sha512 (current package)
sha512.go#L85: nx int
sha512.go#L129: d.nx = 0
sha512.go#L163: b = append(b, d.x[:d.nx]...)
sha512.go#L164: b = b[:len(b)+len(d.x)-int(d.nx)] // already zero
sha512.go#L195: d.nx = int(d.len % chunk)
sha512.go#L258: if d.nx > 0 {
sha512.go#L259: n := copy(d.x[d.nx:], p)
sha512.go#L260: d.nx += n
sha512.go#L261: if d.nx == chunk {
sha512.go#L263: d.nx = 0
sha512.go#L273: d.nx = copy(d.x[:], p)
sha512.go#L312: if d.nx != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)